[POWERPC][XEN] Provide _text for kexec.
authorHollis Blanchard <hollisb@us.ibm.com>
Wed, 3 Jan 2007 21:25:58 +0000 (15:25 -0600)
committerHollis Blanchard <hollisb@us.ibm.com>
Wed, 3 Jan 2007 21:25:58 +0000 (15:25 -0600)
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
--HG--
extra : transplant_source : %EB%19CNC%C0%B7%96%C8%14%B2%B0%91%9A%EB%3E%5E8P%C3

xen/arch/powerpc/xen.lds.S

index 2fe00d7b606aed727bdbab91e8af0fa7e618590f..177611402aa3ba0a0ea5d4a9474c2c39bd85a397 100644 (file)
@@ -17,6 +17,7 @@ PHDRS
 SECTIONS
 {
   . = 0x00400000;
+  PROVIDE(_text = .);
   /* Read-only sections, merged into text segment: */
   .interp         : { *(.interp) } :text
   .hash           : { *(.hash) }